-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove some ._filenames uses in favor of .filenames #12996
Conversation
I don't have time to look deeply yet, just a quick comment that in the PR where we made the switch to paths and a public attribute, at some point I used |
That's great and 👍 for merging, but I am still a bit concerned why only |
Thanks @sappelhoff ! |
See: #12996 (comment) This is code in a small "helper class" that does not inherit anything from our other objects. |
But why can it not use |
It probably can, if we make more code adjustments. Maybe worth a follow up in the future! :-) |
following #12843
I think it'd be good to reduce the use of private attributes in our own code base as well, if we might as well use the public attribute.